WorksheetFunction.Find(String, String, Object) Method

Definition

Finds specific information in a worksheet.

public double Find (string Arg1, string Arg2, object Arg3);
Public Function Find (Arg1 As String, Arg2 As String, Optional Arg3 As Object) As Double

Parameters

Arg1
String

The name of the worksheet.

Arg2
String

The name of the range.

Arg3
Object

The name of an argument to refine the search.

Returns

Applies to