View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_59_] ExcelMonkey[_59_] is offline
external usenet poster
 
Posts: 1
Default Array MATCH function for VBA

I have a 2d VBA array. It is 1 row and 10 columns. It is filled with
dates. I want to return the position of a date variable within the
array. Similar to what I would do with a MATCH function in Excel.

How do you do this in VBA.


---
Message posted from http://www.ExcelForum.com/