Thread: Cut to EOF
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
colofnature[_40_] colofnature[_40_] is offline
external usenet poster
 
Posts: 1
Default Cut to EOF


Try this

sub move_2s_to_sheet2()

range([b:b].find(what:="2"), cells(rows.count,
2).end(xlup)).entirerow.cut _
sheets("sheet2").[a1]

end sub



Col


--
colofnature
------------------------------------------------------------------------
colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356
View this thread: http://www.excelforum.com/showthread...hreadid=547451