View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
merry_fay merry_fay is offline
external usenet poster
 
Posts: 23
Default Use xldown to select a range of cells

Hiya,

When I run the macro using this code:

Range("A4:R4").Select
Selection.End(xlDown).Activate
Selection.Copy

Only the bottom left cell is being selected. I need the whole range to be
selected.
Can anyone help please?

Thanks
merry_fay