View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] leen.smit@gmail.com is offline
external usenet poster
 
Posts: 4
Default a simple date match?? |:(

I've actually managed to com up with something that works! (it did take
me quite a few hours in the end, despite these post -timestamps :)


addr= Replace(Cells(1, ActiveCell.Column).Address, "$", "")

date_row = Application.Match(Range(addr),
Worksheets("data").Range("B:B"), 0)


If anyone knows a better option, please do reply - dates in excel do
seem to elude me!