View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default how do i copy data from the top cell of a filtered list to anothe.

range("yourrange").specialcells(xlvisible).cells(1 ,1).copy
or
range("yourrange").specialcells(xlvisible).cells(1 ,1).entirerow.copy

--
Don Guillett
SalesAid Software

"Brian" wrote in message
...
How do I get a cell at the top of my spreadsheet to pull the data from the
top cell of a filtered column since the cell number itself is changing?