View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Copying a named range of cells

Range("mynamedrangename").Copy Destination:=ActiveCell

--
Regards,
Tom Ogilvy

"Darrel" wrote in message
...
How do I copy a named range of cells to the current cursor location?