View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
The Code Cage Team[_57_] The Code Cage Team[_57_] is offline
external usenet poster
 
Posts: 1
Default Moving data to another Sheet


SOmething like...
For Each C In MyRange
If C.OffSet(0,-3)="440P-" Then
C.EntireRow.Copy Destination:=Sheets("Resigned").Range("A" &
Rows.Count).End(xlUp).OffSet(1,0)
....etc


--
The Code Cage Team

Regards,
The Code Cage Team
------------------------------------------------------------------------
The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2
View this thread: http://www.thecodecage.com/forumz/showthread.php?t=5647