View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Echo Mike Echo is offline
external usenet poster
 
Posts: 1
Default VBA equivalent of MATCH()

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.