Skip to content

Commit

Permalink
fix contractions
Browse files Browse the repository at this point in the history
  • Loading branch information
lindalu-MSFT committed Jan 22, 2022
1 parent a43a38a commit 1c4d4fb
Show file tree
Hide file tree
Showing 90 changed files with 135 additions and 153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Microsoft Forms supports multiple levels of **Undo** and **Redo** commands. This

CTRL+Z is the shortcut key for **Undo**; CTRL+Y is the shortcut key for **Redo**.

You cannot undo or redo layering commands, such as **Send To Back** or **Bring To Front**. For example, if you select an object and choose **Move Backward** on the shortcut menu, you will not be able to undo or redo that action.
You cannot undo or redo layering commands, such as **Send To Back** or **Bring To Front**. For example, if you select an object and choose **Move Backward** on the shortcut menu, you'll not be able to undo or redo that action.


## See also
Expand Down
2 changes: 1 addition & 1 deletion Language/Concepts/Forms/ways-to-match-entries-in-a-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Microsoft Forms provides three ways to match a value entered by the user with an

- **Complete** compares the user's entry and tries to find an exact match in an entry from the list.

The matching feature resets after two seconds (six seconds if you are using East Asia settings). For example, if you have a list of the 50 states and you type "CO" quickly, you will find "Colorado." But if you type "CO" slowly, you will find "Ohio" because the auto-complete search resets between letters.
The matching feature resets after two seconds (six seconds if you are using East Asia settings). For example, if you have a list of the 50 states and you type "CO" quickly, you'll find "Colorado." But if you type "CO" slowly, you'll find "Ohio" because the auto-complete search resets between letters.

If you choose **Complete** matching, it is a good idea to sort the list entries alphabetically (you can use the **[TextColumn](../../reference/user-interface-help/textcolumn-property.md)** property to do this). If the list is not sorted alphabetically, matching may not work correctly. For example, if the list includes Alabama, Louisiana, and Alaska in that order, "Alabama" will be considered a complete match if the user types "ala." In fact, this result is ambiguous because there are two entries in the list that could match what the user entered. Sorting alphabetically eliminates this ambiguity.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Object library file names are generally constructed as follows:

If you can't find a missing project or library on your system, contact the [referencing project](../../Glossary/vbe-glossary.md#referencing-project)'s author. If the missing library is a Microsoft application object library, you can obtain it as follows:

- If you have access to Microsoft electronic technical support services, refer to the technical support section of this Help file. Under electronic services, you will find instructions on how to use the appropriate service option.
- If you have access to Microsoft electronic technical support services, refer to the technical support section of this Help file. Under electronic services, you'll find instructions on how to use the appropriate service option.

- If you don't have access to Microsoft electronic technical support services, Microsoft object libraries are available upon request as an application note from Microsoft. Information on how to contact your local Microsoft product support organization is also available in the technical support section of this Help file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ ms.localizationpriority: medium

# Error loading 'item'. A control could not be loaded due to load error. Continue?

This error message appears after another error has occurred. After you've taken the appropriate action for that error, you will see this error message. To load the control anyway, click **Yes**; to cancel the loading, click **No**.
This error message appears after another error has occurred. After you've taken the appropriate action for that error, you'll see this error message. To load the control anyway, click **Yes**; to cancel the loading, click **No**.

[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
2 changes: 1 addition & 1 deletion Language/Reference/User-Interface-Help/file-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Adds existing [modules](../../Glossary/vbe-glossary.md#module) and forms to your
|Command|Description|Toolbar button|Keyboard shortcut|
|:------|:----------|:-------------|:----------------|
|**Make `<Project>`**|Opens the **Make Project** dialog box so that you can build your project into a DLL.| | |
|**New Project** |Displays the **[New Project](new-project-dialog-box.md)** dialog box where you choose the type of [project](../../Glossary/vbe-glossary.md#project) that you want to create. If there is currently another project open when you create a new project, you will be prompted to save your work.<br/><br/>Available only at [design time](../../Glossary/vbe-glossary.md#design-time).| | |
|**New Project** |Displays the **[New Project](new-project-dialog-box.md)** dialog box where you choose the type of [project](../../Glossary/vbe-glossary.md#project) that you want to create. If there is currently another project open when you create a new project, you'll be prompted to save your work.<br/><br/>Available only at [design time](../../Glossary/vbe-glossary.md#design-time).| | |
|**Open Project** |Closes the current project or group project, if one is loaded, and opens an existing project or group of projects. You can open as many projects as your system resources permit.|![Open Project Toolbar button](../../../images/tbr_open_ZA01201720.gif) | CTRL+O |

## Print
Expand Down
2 changes: 1 addition & 1 deletion Language/Reference/User-Interface-Help/fv-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The **FV** function has these [named arguments](../../Glossary/vbe-glossary.md#n
|_rate_|Required. **Double** specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.|
|_nper_|Required. [Integer](../../Glossary/vbe-glossary.md#integer-data-type) specifying total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 * 12 (or 48) payment periods.|
|_pmt_|Required. **Double** specifying payment to be made each period. Payments usually contain principal and interest that doesn't change over the life of the annuity.|
|_pv_|Optional. [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying present value (or lump sum) of a series of future payments. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make. If omitted, 0 is assumed.|
|_pv_|Optional. [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying present value (or lump sum) of a series of future payments. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you'll make. If omitted, 0 is assumed.|
|_type_|Optional. **Variant** specifying when payments are due. Use 0 if payments are due at the end of the payment period, or use 1 if payments are due at the beginning of the period. If omitted, 0 is assumed.|

## Remarks
Expand Down
2 changes: 1 addition & 1 deletion Language/Reference/User-Interface-Help/ipmt-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The **IPmt** function has these [named arguments](../../Glossary/vbe-glossary.md
|_rate_|Required. **Double** specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.|
|_per_|Required. **Double** specifying payment period in the range 1 through _nper_.|
|_nper_|Required. **Double** specifying total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 * 12 (or 48) payment periods.|
|_pv_|Required. **Double** specifying present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.|
|_pv_|Required. **Double** specifying present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you'll make.|
|_fv_|Optional. [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying future value or cash balance you want after you've made the final payment. For example, the future value of a loan is $0 because that's its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, $50,000 is the future value. If omitted, 0 is assumed.|
|_type_|Optional. **Variant** specifying when payments are due. Use 0 if payments are due at the end of the payment period, or use 1 if payments are due at the beginning of the period. If omitted, 0 is assumed.|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ms.localizationpriority: medium

![New project dialog box](../../../images/va5lx01_ZA01201777.gif)

Allows you to select the type of project that you want to create. If there is currently another project open, you will be asked to save any changes before the new project is created.
Allows you to select the type of project that you want to create. If there is currently another project open, you'll be asked to save any changes before the new project is created.

The following table describes the dialog box options.

Expand Down
2 changes: 1 addition & 1 deletion Language/Reference/User-Interface-Help/nper-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The **NPer** function has these [named arguments](../../Glossary/vbe-glossary.md
|:-----|:-----|
|_rate_|Required. **Double** specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.|
|_pmt_|Required. **Double** specifying payment to be made each period. Payments usually contain principal and interest that doesn't change over the life of the annuity.|
|_pv_|Required. **Double** specifying present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.|
|_pv_|Required. **Double** specifying present value, or value today, of a series of future payments or receipts. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you'll make.|
|_fv_|Optional. [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying future value or cash balance you want after you've made the final payment. For example, the future value of a loan is $0 because that's its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, $50,000 is the future value. If omitted, 0 is assumed.|
|_type_|Optional. **Variant** specifying when payments are due. Use 0 if payments are due at the end of the payment period, or use 1 if payments are due at the beginning of the period. If omitted, 0 is assumed.|

Expand Down
2 changes: 1 addition & 1 deletion Language/Reference/User-Interface-Help/object-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can get Help for the **Object Browser** by searching for Object Browser in H
|**Search** button| ![Search button](../../../images/search_ZA01201651.gif) |Initiates a search of the libraries for the class or property, method, event, or constant that matches the string you typed in the **Search Text** box, and opens the **Search Results** pane with the appropriate list of information.|
|**Show/Hide Search Results** button| ![Show/Hide Search Results button](../../../images/showsear_ZA01201652.gif) |Opens or hides the **Search Results** pane. The **Search Results** pane changes to show the search results from the project or library chosen in the **Project/Library** list. Search results are listed alphabetically from A to Z.|
|**Search Results** list| |Displays the library, class, and member that corresponds to the items that contain your search string. The **Search Results** pane changes when you change the selection in the **Project/Library** box.|
|**Classes** list| |Displays all of the available classes in the library or project selected in the **Project/Library** box. If there is code written for a class, that class appears in bold. The list always begins with `<globals>`, a list of globally accessible members.<br/><br/>If you select a class and do not specify a member, you will get the default member if one is available. The default member is identified by an asterisk (*) or by the default [icon](icons-used-in-the-object-browser-and-code-windows.md) specific to the member.|
|**Classes** list| |Displays all of the available classes in the library or project selected in the **Project/Library** box. If there is code written for a class, that class appears in bold. The list always begins with `<globals>`, a list of globally accessible members.<br/><br/>If you select a class and do not specify a member, you'll get the default member if one is available. The default member is identified by an asterisk (*) or by the default [icon](icons-used-in-the-object-browser-and-code-windows.md) specific to the member.|
|**Members Of** list| |Displays the elements of the class selected in the **Classes** pane by group and then alphabetically within each group. Methods, properties, events, or constants that have code written for them appear bold. You can change the order of this list with the **Group Members** command on the **Object Browser** shortcut menu.|
|**Details** pane| |Shows the definition of the member. The **Details** pane contains a jump to the class or library to which the element belongs. Some members have jumps to their parent class.<br/><br/>For example, if the text in the **Details** pane states that Command1 is declared as a command button type, clicking the command button takes you to the **Command Button** class.<br/><br/>You can copy or drag text from the **Details** pane to the Code window.|
|**Split** bar| |Splits the panes so that you can adjust their size. There are splits between the:<br/><br/>- **Classes** box and the **Members Of** box.<br/>- **Search Results** list and the **Classes** and **Members Of** boxes.<br/>- **Classes** and **Members Of** boxes and the **Details** pane.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Visual Basic object library file name is constructed as follows:
If you can't find a missing project or object library on your system, contact the [referencing project's](../../Glossary/vbe-glossary.md#referencing-project) author. If the missing library is a Microsoft application object library, you can obtain it as follows:


- If you have access to Microsoft electronic technical support services, refer to the technical support section of this Help file. Under electronic services, you will find instructions on how to use the appropriate service option.
- If you have access to Microsoft electronic technical support services, refer to the technical support section of this Help file. Under electronic services, you'll find instructions on how to use the appropriate service option.

- If you don't have access to Microsoft electronic technical support services, Microsoft object libraries are available upon request as an application note from Microsoft. Information on how to contact your local Microsoft product support organization is also available in the technical support section of this Help file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following table describes the tab options.
|**Form Grid Settings**|Determines the appearance of the form when it is edited.<br/><br/>**Show Grid**: Determines whether to show the grid.<br/><br/>**Grid Units**: Displays the grid units used for the form.<br/><br/>**Width**: Determines the width of grid cells on a form (2 to 60 points).<br/><br/>**Height**: Determines the height of grid cells on a form (2 to 60 points).<br/><br/>**Align Controls to Grid**: Automatically positions the outer edges of controls on grid lines.|
|**Show ToolTips**|Displays ToolTips for the toolbar buttons.|
|**Collapse Proj. Hides Windows**|Determines whether the project, **[UserForm](userform-window.md)**, object, or module windows are closed automatically when a project is collapsed in the **[Project Explorer](project-explorer.md)**.|
|**Edit and Continue**|**Notify Before State Loss**: Determines whether you will receive a message notifying you that the action requested will cause the all module level variables to be reset for a running project.|
|**Edit and Continue**|**Notify Before State Loss**: Determines whether you'll receive a message notifying you that the action requested will cause the all module level variables to be reset for a running project.|
|**Error Trapping**|Determines how errors are handled in the Visual Basic development environment. Setting this option affects all instances of Visual Basic started after you change the setting.<br/><br/>**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.<br/><br/>**Break in Class Module**: Any unhandled error produced in a class module causes the project to enter break mode at the line of code in the class module which produced the error.<br/><br/>**Break on Unhandled Errors**: If an error handler is active, the error is trapped without entering break mode. If there is no active error handler, the error causes the project to enter break mode. An unhandled error in a class module, however, causes the project to enter break mode on the line of code that invoked the offending procedure of the class.|
|**Compile**|**Compile On Demand**: Determines whether a project is fully compiled before it starts, or whether code is compiled as needed, allowing the application to start sooner.<br/><br/>**Background Compile**: Determines whether idle time is used during run time to finish compiling the project in the background. **Background Compile** can improve run time execution speed. This feature is not available unless **Compile On Demand** is also selected.|

Expand Down
2 changes: 1 addition & 1 deletion Language/Reference/User-Interface-Help/pmt-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The **Pmt** function has these [named arguments](../../Glossary/vbe-glossary.md#
|:-----|:-----|
|_rate_|Required. **Double** specifying interest rate per period. For example, if you get a car loan at an annual percentage rate (APR) of 10 percent and make monthly payments, the rate per period is 0.1/12, or 0.0083.|
|_nper_|Required. [Integer](../../Glossary/vbe-glossary.md#integer-data-type) specifying total number of payment periods in the annuity. For example, if you make monthly payments on a four-year car loan, your loan has a total of 4 * 12 (or 48) payment periods.|
|_pv_|Required. **Double** specifying present value (or lump sum) that a series of payments to be paid in the future is worth now. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you will make.|
|_pv_|Required. **Double** specifying present value (or lump sum) that a series of payments to be paid in the future is worth now. For example, when you borrow money to buy a car, the loan amount is the present value to the lender of the monthly car payments you'll make.|
|_fv_|Optional. [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying future value or cash balance you want after you've made the final payment. For example, the future value of a loan is $0 because that's its value after the final payment. However, if you want to save $50,000 over 18 years for your child's education, $50,000 is the future value. If omitted, 0 is assumed.|
|_type_|Optional. **Variant** specifying when payments are due. Use 0 if payments are due at the end of the payment period, or use 1 if payments are due at the beginning of the period. If omitted, 0 is assumed.|

Expand Down
Loading

0 comments on commit 1c4d4fb

Please sign in to comment.