WorksheetFunction.Find(String, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.