Skip to content

Commit

Permalink
Fixed remaining include links
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-Editor committed Aug 15, 2019
1 parent 972f636 commit fe03730
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Beyond the power of scripting VBA to accelerate every-day tasks, you can use VBA

This article explores some of the primary reasons to leverage the power of VBA programming. It explores the VBA language and the out-of-the-box tools that you can use to work with your solutions. Finally, it includes some tips and ways to avoid some common programming frustrations and missteps.

[!include[Add-ins note](../../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]

## When to use VBA and why

Expand Down
2 changes: 1 addition & 1 deletion api/Excel.Range(object).md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localization_priority: Priority

Represents a cell, a row, a column, a selection of cells containing one or more contiguous blocks of cells, or a 3D range.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]

## Remarks

Expand Down
2 changes: 1 addition & 1 deletion api/Excel.Range.Cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localization_priority: Priority

Returns a **Range** object that represents the cells in the specified range.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]


## Syntax
Expand Down
2 changes: 1 addition & 1 deletion api/Excel.Range.Copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localization_priority: Priority

Copies the range to the specified range or to the Clipboard.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]


## Syntax
Expand Down
2 changes: 1 addition & 1 deletion api/Excel.Range.Find.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localization_priority: Priority

Finds specific information in a range.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion api/Excel.Workbook.SaveAs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localization_priority: Normal

Saves changes to the workbook in a different file.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]


## Syntax
Expand Down
2 changes: 1 addition & 1 deletion api/Excel.Workbooks.Open.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localization_priority: Normal

Opens a workbook.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]


## Syntax
Expand Down
2 changes: 1 addition & 1 deletion articles/feedback-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.date: 08/14/2019

Have questions or feedback about Office VBA or this documentation? The following list provides guidance about the ways you can receive support and provide feedback.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](~/includes/addinsnote.md)]

<br/>

Expand Down

0 comments on commit fe03730

Please sign in to comment.