Using WorksheetFunctions in Excel Macros
I want to use the Excel Worksheet Function Match to find
an entry in a range. When attempting to execute, I get
error code 1004. Unable to get the Match Property of the
Worksheet function class.
ndx = Application.WorksheetFunction.Match(aDate, "AMGN!
Date")
What is not available?
|