Skip to content

Commit e28c75d

Browse files
authored
Merge pull request #684 from MicrosoftDocs/gewarren-vstotitles
Changed two vsto topic titles
2 parents 45862da + fa91cda commit e28c75d

11 files changed

+14
-14
lines changed

docs/vsto/TOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
###### [How to: Programmatically Apply Styles to Ranges in Workbooks](how-to-programmatically-apply-styles-to-ranges-in-workbooks.md)
191191
###### [How to: Programmatically Search for Text in Worksheet Ranges](how-to-programmatically-search-for-text-in-worksheet-ranges.md)
192192
###### [How to: Programmatically Apply Color to Excel Ranges](how-to-programmatically-apply-color-to-excel-ranges.md)
193-
###### [How to: Programmatically Run Excel Calculations Programmatically](how-to-programmatically-run-excel-calculations-programmatically.md)
193+
###### [How to: Programmatically Run Excel Calculations](how-to-programmatically-run-excel-calculations-programmatically.md)
194194
###### [How to: Programmatically Display a String in a Worksheet Cell](how-to-programmatically-display-a-string-in-a-worksheet-cell.md)
195195
#### [Automating Excel by Using Extended Objects](automating-excel-by-using-extended-objects.md)
196196
##### [Workbook Host Item](workbook-host-item.md)
@@ -226,7 +226,7 @@
226226
###### [How to: Programmatically Delete Outlook Contacts](how-to-programmatically-delete-outlook-contacts.md)
227227
##### [Working with Mail Items](working-with-mail-items.md)
228228
###### [How to: Programmatically Create an E-Mail Item](how-to-programmatically-create-an-e-mail-item.md)
229-
###### [How to: Programmatically Send E-Mail Programmatically](how-to-programmatically-send-e-mail-programmatically.md)
229+
###### [How to: Programmatically Send E-Mail](how-to-programmatically-send-e-mail-programmatically.md)
230230
###### [How to: Programmatically Perform Actions When an E-Mail Message Is Received](how-to-programmatically-perform-actions-when-an-e-mail-message-is-received.md)
231231
###### [How to: Programmatically Save Attachments from Outlook E-Mail Items](how-to-programmatically-save-attachments-from-outlook-e-mail-items.md)
232232
###### [How to: Programmatically Attach Files to Outlook E-Mail Items](how-to-programmatically-attach-files-to-outlook-e-mail-items.md)

docs/vsto/common-tasks-in-office-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ manager: "ghogen"
137137

138138
- [How to: Programmatically Print Worksheets](../vsto/how-to-programmatically-print-worksheets.md).
139139

140-
- [How to: Programmatically Run Excel Calculations Programmatically](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md).
140+
- [How to: Programmatically Run Excel Calculations](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md).
141141

142142
- [How to: Programmatically Sort Data in Worksheets](../vsto/how-to-programmatically-sort-data-in-worksheets.md).
143143

docs/vsto/how-to-programmatically-attach-files-to-outlook-e-mail-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manager: "ghogen"
3434

3535
## See Also
3636
[Working with Mail Items](../vsto/working-with-mail-items.md)
37-
[How to: Programmatically Send E-Mail Programmatically](../vsto/how-to-programmatically-send-e-mail-programmatically.md)
37+
[How to: Programmatically Send E-Mail](../vsto/how-to-programmatically-send-e-mail-programmatically.md)
3838
[How to: Programmatically Save Attachments from Outlook E-Mail Items](../vsto/how-to-programmatically-save-attachments-from-outlook-e-mail-items.md)
3939
[How to: Programmatically Create an E-Mail Item](../vsto/how-to-programmatically-create-an-e-mail-item.md)
4040

docs/vsto/how-to-programmatically-automatically-fill-ranges-with-incrementally-changing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ manager: "ghogen"
5656
[Working with Ranges](../vsto/working-with-ranges.md)
5757
[How to: Programmatically Refer to Worksheet Ranges in Code](../vsto/how-to-programmatically-refer-to-worksheet-ranges-in-code.md)
5858
[How to: Programmatically Apply Styles to Ranges in Workbooks](../vsto/how-to-programmatically-apply-styles-to-ranges-in-workbooks.md)
59-
[How to: Programmatically Run Excel Calculations Programmatically](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md)
59+
[How to: Programmatically Run Excel Calculations](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md)
6060
[Host Items and Host Controls Overview](../vsto/host-items-and-host-controls-overview.md)
6161
[Optional Parameters in Office Solutions](../vsto/optional-parameters-in-office-solutions.md)
6262

docs/vsto/how-to-programmatically-check-spelling-in-worksheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ manager: "ghogen"
4444

4545
## See Also
4646
[Working with Worksheets](../vsto/working-with-worksheets.md)
47-
[How to: Programmatically Run Excel Calculations Programmatically](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md)
47+
[How to: Programmatically Run Excel Calculations](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md)
4848
[NamedRange Control](../vsto/namedrange-control.md)
4949
[Optional Parameters in Office Solutions](../vsto/optional-parameters-in-office-solutions.md)
5050

docs/vsto/how-to-programmatically-retrieve-unread-messages-from-the-inbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ manager: "ghogen"
3636
[Working with Mail Items](../vsto/working-with-mail-items.md)
3737
[Getting Started Programming VSTO Add-ins](../vsto/getting-started-programming-vsto-add-ins.md)
3838
[How to: Programmatically Create an E-Mail Item](../vsto/how-to-programmatically-create-an-e-mail-item.md)
39-
[How to: Programmatically Send E-Mail Programmatically](../vsto/how-to-programmatically-send-e-mail-programmatically.md)
39+
[How to: Programmatically Send E-Mail](../vsto/how-to-programmatically-send-e-mail-programmatically.md)
4040
[How to: Programmatically Perform Actions When an E-Mail Message Is Received](../vsto/how-to-programmatically-perform-actions-when-an-e-mail-message-is-received.md)
4141

4242

docs/vsto/how-to-programmatically-run-excel-calculations-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Programmatically Run Excel Calculations Programmatically | Microsoft Docs"
2+
title: "How to: Programmatically Run Excel Calculations | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "02/02/2017"
55
ms.prod: "visual-studio-dev14"
@@ -23,7 +23,7 @@ author: "kempb"
2323
ms.author: "kempb"
2424
manager: "ghogen"
2525
---
26-
# How to: Programmatically Run Excel Calculations Programmatically
26+
# How to: Programmatically Run Excel Calculations
2727
You use a similar process to run calculations in a <xref:Microsoft.Office.Tools.Excel.NamedRange> control or a native Excel range object.
2828

2929
[!INCLUDE[appliesto_xlalldocapp](../vsto/includes/appliesto-xlalldocapp-md.md)]

docs/vsto/how-to-programmatically-search-for-an-e-mail-address-in-contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ manager: "ghogen"
3737

3838
## See Also
3939
[Working with Contact Items](../vsto/working-with-contact-items.md)
40-
[How to: Programmatically Send E-Mail Programmatically](../vsto/how-to-programmatically-send-e-mail-programmatically.md)
40+
[How to: Programmatically Send E-Mail](../vsto/how-to-programmatically-send-e-mail-programmatically.md)
4141
[How to: Programmatically Access Outlook Contacts](../vsto/how-to-programmatically-access-outlook-contacts.md)
4242
[How to: Programmatically Add an Entry to Outlook Contacts](../vsto/how-to-programmatically-add-an-entry-to-outlook-contacts.md)
4343

docs/vsto/how-to-programmatically-send-e-mail-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Programmatically Send E-Mail Programmatically | Microsoft Docs"
2+
title: "How to: Programmatically Send E-Mail | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "02/02/2017"
55
ms.prod: "visual-studio-dev14"
@@ -23,7 +23,7 @@ author: "kempb"
2323
ms.author: "kempb"
2424
manager: "ghogen"
2525
---
26-
# How to: Programmatically Send E-Mail Programmatically
26+
# How to: Programmatically Send E-Mail
2727
This example sends an e-mail message to contacts that have the domain name **example.com** in their e-mail addresses.
2828

2929
[!INCLUDE[appliesto_olkallapp](../vsto/includes/appliesto-olkallapp-md.md)]

docs/vsto/working-with-mail-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ manager: "ghogen"
2929
|Task|Procedure|
3030
|----------|---------------|
3131
|Create an e-mail message.|[How to: Programmatically Create an E-Mail Item](../vsto/how-to-programmatically-create-an-e-mail-item.md)|
32-
|Send an e-mail message.|[How to: Programmatically Send E-Mail Programmatically](../vsto/how-to-programmatically-send-e-mail-programmatically.md)|
32+
|Send an e-mail message.|[How to: Programmatically Send E-Mail](../vsto/how-to-programmatically-send-e-mail-programmatically.md)|
3333
|Respond to new e-mail messages with a custom action.|[How to: Programmatically Perform Actions When an E-Mail Message Is Received](../vsto/how-to-programmatically-perform-actions-when-an-e-mail-message-is-received.md)|
3434
|Save attachments.|[How to: Programmatically Save Attachments from Outlook E-Mail Items](../vsto/how-to-programmatically-save-attachments-from-outlook-e-mail-items.md)|
3535
|Add attachments|[How to: Programmatically Attach Files to Outlook E-Mail Items](../vsto/how-to-programmatically-attach-files-to-outlook-e-mail-items.md)|

docs/vsto/working-with-ranges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ manager: "ghogen"
3434
|Apply styles to cells in a region.|[How to: Programmatically Apply Styles to Ranges in Workbooks](../vsto/how-to-programmatically-apply-styles-to-ranges-in-workbooks.md)|
3535
|Search for text in worksheet ranges.|[How to: Programmatically Search for Text in Worksheet Ranges](../vsto/how-to-programmatically-search-for-text-in-worksheet-ranges.md)|
3636
|Apply color to text in a range of cells.|[How to: Programmatically Apply Color to Excel Ranges](../vsto/how-to-programmatically-apply-color-to-excel-ranges.md)|
37-
|Run Excel calculations programmatically.|[How to: Programmatically Run Excel Calculations Programmatically](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md)|
37+
|Run Excel calculations programmatically.|[How to: Programmatically Run Excel Calculations](../vsto/how-to-programmatically-run-excel-calculations-programmatically.md)|
3838
|Display a string in a cell.|[How to: Programmatically Display a String in a Worksheet Cell](../vsto/how-to-programmatically-display-a-string-in-a-worksheet-cell.md)|
3939

4040
For more information about Excel tasks and the Excel object model, see [Excel Object Model Overview](../vsto/excel-object-model-overview.md).

0 commit comments

Comments
 (0)