Thread: Find and copy
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
colofnature[_26_] colofnature[_26_] is offline
external usenet poster
 
Posts: 1
Default Find and copy


for each c in intersect(activesheet.usedrange, [f:f])
if c.value = 123 then cells(c.row,1).copy
[z65536].end(xlup).offset(1,0)
next


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