Thread: Cut & Paste
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Cut & Paste

Hi:

Range("A3:E3").Cut Range("B1")
Range("A2:F2").Cut Range("E1")

--

Vasant

"Chris" wrote in message
...
Hey All,

Here is an example of what I need. I need to cut 5 cells in row 3 (columns

A-E) and paste into row 2, cell B-F. Then cut row 2, cells A-F and paste
into row 1, cells E-J. Then move up two rwos and do it again. I'm pretty
new, but have a basic idea of what I need. Any help is appreciated. Thx

-Chirs