View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DTHMTL DTHMTL is offline
external usenet poster
 
Posts: 6
Default VBA Code Example

Could someone possible give me a quick sample code or point me in the right
direction.

I imported a text file.

I want to :

begin loop
if a = true (cell contains a certain value)
copy
paste
skip 3
copy & paste again
else (cell doesn't contain a value)
move onto next row
end if
end loop

Thanks in advance