Range.Find

This function searches for the specified text within the range.

Syntax Parameters Return Value
Function Range.Find( _
    What As String, _
    Optional LookIn As Variant, _
    Optional MatchCase As Variant, _
    Optional MatchEntireCell As Variant) As Range
  • What [in]

Type: String

  • LookIn [in,optional]

Type: Variant

  • MatchCase [in,optional]

Type: Variant

  • MatchEntireCell [in,optional]

Type: Variant

Range