View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Torstein Johnsen Torstein Johnsen is offline
external usenet poster
 
Posts: 1
Default copy a range of cells (a row) to the bottom of a "list"

I am collecting cells from a worksheet into a row. Each time I run a macro I
want this row of cells to be copied
to the bottom of another range. This range is increasing in size as new rows
are added.

Whats the best way to programaticcally do this? I have tried to use to use
the End(xlDown)-method, but I wonder if there are better methods to do this?

Thanks

Torstein S. Johnsen