View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Date Range (Starting & Ending Date) - syed shahzad

Last question is this how to copy the filtered data to the sheet2.

Sheets("Sheet1").Range("A1:A" & miEnd).Copy _
Sheets("Sheet2").Range("A1")

Hth,
Merjet