View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mangesh Yadav[_2_] Mangesh Yadav[_2_] is offline
external usenet poster
 
Posts: 4
Default VBA equivalent of MATCH()

Use Application.WorksheetFunction.Match() in VBA

- Mangesh



"Mike Echo" wrote in message
...
What is the easiest way to get start and end row numbers for a range of
dates (eg 1st and 30th of a particular month) from column A? Using a
Match() spreadsheet formula works and gets me the start/end rows, but I
am curious about a VBA equivalent, especially as the data is coming from
a different workbook.

TIA,
R.