View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Max date in auto-filtered range

Got it, I think.

This seems to do what I want:

Application.WorksheetFunction.Max(Range("rgDates") .SpecialCells(xlCellTypeVisible))