From 66c67bb6352d28a6b748e837a8a0f89fee9f4879 Mon Sep 17 00:00:00 2001 From: Pieter Germishuys Date: Fri, 21 Sep 2018 17:03:15 +0200 Subject: [PATCH 01/14] 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/14] 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:** -![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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** ![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) The[UtterAccess](https://www.utteraccess.com) community +### About the contributors + +**Link provided by** ![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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** ![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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** ![Community Member Icon](../../../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![MVP Contributor](../images/odc_OfficeTA_33px_MVPContrib.jpg) Bill Jelen,[MrExcel.com](https://www.mrexcel.com/) +**Sample code provided by** ![MVP Contributor](../images/odc_OfficeTA_33px_MVPContrib.jpg) 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:** -![MVP Contributor](../images/odc_OfficeTA_33px_MVPContrib.jpg) Bill Jelen,[MrExcel.com](https://www.mrexcel.com/) +**Sample code provided by** ![MVP Contributor](../images/odc_OfficeTA_33px_MVPContrib.jpg) 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:** ![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** ![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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: ![Toolbar button](../../../images/tbr_addw_ZA01201668.gif). 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: ![Toolbar button](../../../images/tbr_clbp_ZA01201686.gif). 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: ![Toolbar button](../../../images/tbr_del_ZA01201696.gif). 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: ![Toolbar button](../../../images/tbr_edtw_ZA01201700.gif). 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 -![Help button](../../../images/but_help_ZA01201583.gif) 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). +![Help button](../../../images/but_help_ZA01201583.gif) 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: ![Toolbar button](../../../images/tbr_qwat_ZA01201733.gif). 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](../../../images/tbr_tbx_ZA01201755.gif) **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 VBA Help](../../../images/tbr_ahlp_ZA01201669.gif) **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 ![Design tab](../../../images/DesignTabToolsGroup_ZA10178781.gif)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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) Luke Chung,[FMS, Inc.](https://www.fmsinc.com/) +![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) Luke Chung,[FMS, Inc.](https://www.fmsinc.com/) +![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![MVP Contributor](../images/odc_OfficeTA_33px_MVPContrib.jpg) Bill Jelen,[MrExcel.com](https://www.mrexcel.com/) +![MVP Contributor](../images/odc_OfficeTA_33px_MVPContrib.jpg) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) Luke Chung,[FMS, Inc.](https://www.fmsinc.com/) +![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) Luke Chung,[FMS, Inc.](https://www.fmsinc.com/) +![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) 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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png)[Fred Diggs](https://www.visiozone.com) +![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) [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:** -![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png)[Fred Diggs](https://www.visiozone.com) +![Community Member Icon](../images/8b9774c4-6c97-470e-b3a2-56d8f786444c.png) [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