View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JTF JTF is offline
external usenet poster
 
Posts: 8
Default Using VBA to copy range of cells

HI all

I need to copy and paste a range of cells from one worksheet to
another. The first cell to be copied will always be A3. The last cell
will vary depending on how many rows of data are entered. The last
entry, however will always be in column S - only the row will vary.

I've tried a number of things, to no avail...can anyone help? Thanks.