CellFormat.Borders Property
Returns or sets a Borders collection that represents the search criteria based on the cell's border format.
Syntax
expression.Borders
expression A variable that represents a CellFormat object.
Example
This example sets the search criteria to identify the borders of cells that have a continuous and thick style bottom-edge, creates a cell with this condition, finds this cell, and notifies the user.
Note
|
|---|
| The default color of the border is used in this example, therefore the color index is not changed. |
| Visual Basic for Applications |
|---|
|
Note