View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default First Filtered cell in range

Hi,

Using Cells.SpecialCells(xlLastCell).Select will take the Cellpointer to the
last cell.
How do i get XlFirstCell please?

Thanks

John