View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Need Macro copy range of cells

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