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
|