View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Duane Duane is offline
external usenet poster
 
Posts: 1
Default Need Macro copy range of cells

I guess I did not give a very good description of what i needed. Don your
solution works great to copy that one cell, what I should have said is I
need to copy the range of cells from the active cell to the cell 11over and
5500 down.

Thanks
Duane
"Don Guillett" wrote in message
...
How about

activecell.offset(5500,11).copy

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Duane Reynolds 322310" wrote in message
...
I need a macro to copy from the active cell over 11 columns and down 5500
rows. I need this copied to clipboard so I can paste in in new workbook

Thanks in Advance for helping.

Duane Reynolds